/* Single Page */

.page-single {
	position: relative;
}

.page-single:after {
	content: '';
	display: table;
	clear: both;
}

.post-content {
	margin: 50px 0 0;
	background-color: white;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	padding: 20px;
	border-radius: 5px;
}